IVectorView.GetAt Method

Returns the item at the specified index in the vector view.

Syntax

public:
T GetAt(
         uint32 index
)  

Parameters

index
Type: uint32 

  The zero-based index of the item.

Return value

Type: T 

The item at the specified index.

Remarks

Note

This is a cross-OS call. For more information, see Cross-OS Calls.

Requirements

Namespace: Windows.Foundation.Collections

Metadata: windows.winmd

See also

Reference

IVectorView Generic Interface

IVectorView Members

Windows.Foundation.Collections Namespace